/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * query: "select * from opportunities where id=\"01010000ade21cded569d43944544ec6\"" * } */ export interface QueryServiceExecuteQueryBody { /** The SQL query to execute.

Supported commands: Supported operators: Supported keywords: Supported functions: */ query?: string; }